dvb_desc_event_extended

@struct dvb_desc_event_extended @ingroup descriptors @brief Structure containing the extended event descriptor

@param type descriptor tag @param length descriptor length @param next pointer to struct dvb_desc @param id descriptor number @param last_id last descriptor number @param language ISO 639 language code @param text text string @param text_emph text emphasis string

@details The emphasis text is the one that uses asterisks. For example, in the text: "the quick *fox* jumps over the lazy table" the emphasis would be "fox".

Members

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

language
ubyte[4] language;
Undocumented in source.
length
ubyte length;
Undocumented in source.
next
dvb_desc* next;
Undocumented in source.
text
char* text;
Undocumented in source.
text_emph
char* text_emph;
Undocumented in source.
type
ubyte type;
Undocumented in source.

Meta